xend: Set close-on-exec flag for datagram sockets
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 1 Apr 2009 10:45:22 +0000 (11:45 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 1 Apr 2009 10:45:22 +0000 (11:45 +0100)
commitc9a16ee02d3f278cb255b079d5d6701fc87d07f0
tree800b6355ab5cbf0aac7ab3b597cb6528f794c934
parentc6d5b4e310e8c725bd752470b5c85b00dc0685aa
xend: Set close-on-exec flag for datagram sockets
We need to close the socket on the child side when xend creates a
child process such as qemu-dm.

Signed-off-by: Yosuke Iwamatsu <y-iwamatsu@ab.jp.nec.com>
tools/python/xen/web/connection.py